home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 14455 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: vixen.cso.uiuc.edu!usenet
  2. From: jahk@uiuc.edu (Jack S. Tan)
  3. Newsgroups: alt.computer.consultants,comp.edu,comp.lang.basic.misc,comp.lang.c++,comp.lang.misc,comp.lang.pascal.borland,comp.lang.pascal.delphi.misc,comp.misc,comp.os.msdos.programmer,comp.os.os2.programmer.misc,comp.programming
  4. Subject: Re: Info on being a Systems Programmer/Analyst?
  5. Date: 31 Mar 1996 09:02:10 GMT
  6. Organization: University of Illinois at Urbana
  7. Message-ID: <4jlhmi$3g2@vixen.cso.uiuc.edu>
  8. References: <3150eada.14098156@News.why.net> <4j8ll6$src@slbh00.bln.sel.alcatel.de> <4jh6i4$912@dub-news-svc-3.compuserve.com>
  9. Reply-To: jahk@uiuc.edu
  10. NNTP-Posting-Host: ux7.cso.uiuc.edu
  11.  
  12. Stuart.Johnston@Chrysalis.org writes:
  13.  
  14. > I am specifically wondering about how much math I would
  15. > need.  I don't really like to do math but I am fairly good at it.
  16.  
  17. Proofs are useful for asserting that your results are valid, or that
  18. conditions can or cannot be caused by an algorithm or section of code.
  19.  
  20. Some derivations can also save a lot of CPU time.  Someone once asked
  21. me for some help with 3-D graphics.  Rather than force the program to
  22. run through matrix calculations and equation solving, I worked out the
  23. problem by hand and simplified the answer.  The result was a single
  24. expression for the solution (rather than a string of calculations) and
  25. a performance increase of many orders.  While it's true that symbolic
  26. math programs can help, you need to know which techniques to apply and
  27. how to apply them effectively.
  28.  
  29. --
  30.  
  31. Jack Tan
  32. jahk@uiuc.edu
  33. [TEAM OS/2]
  34.